PowerTools PlusPak for Windows Forms 8.0J
DrawCurve(Pen,Point[],Single) メソッド

曲線の色、幅、および高さを決定するPenオブジェクト。
スプラインを定義するPoint構造体の配列。
曲線の伸張を指定する0.0F以上の値。
指定した伸張を使用して、Point構造体の指定された配列で定義されたカーディナルスプラインを描画します。
構文
Public Overloads Sub DrawCurve( _
   ByVal pen As Pen, _
   ByVal points() As Point, _
   ByVal tension As Single _
) 
public void DrawCurve( 
   Pen pen,
   Point[] points,
   float tension
)

パラメータ

pen
曲線の色、幅、および高さを決定するPenオブジェクト。
points
スプラインを定義するPoint構造体の配列。
tension
曲線の伸張を指定する0.0F以上の値。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

Send Feedback